home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / bccapp.zip / USER.DOC < prev    next >
Text File  |  1991-09-15  |  3KB  |  95 lines

  1.  
  2.        (C) 1991 Vision Software, All Rights Reserved.
  3.  
  4.  
  5.         Address any correspondance to: 
  6.  
  7.                  Vision Software
  8.                  3408 Lansdown Drive
  9.                  Burlington, Ontario, Canada
  10.                  L7M-1V1
  11.  
  12.         In addition, I may be reach through the following electronic
  13.    networks:
  14.  
  15.                  GEnie:      P.CALVIN
  16.                  UseNet:     phil.calvin@rose.uucp
  17.  
  18.  
  19.  
  20.           This document is intended to give a brief outline of
  21.     how to USE an application developed using the ADL.  It is
  22.     meant for programmers who are developing software using this
  23.     library.  As such, the documentation would NOT be suitable
  24.     for the END-users.
  25.  
  26.  
  27.           A simple way to learn about the applications library is
  28.     to play with the STATS.EXE program that has been provided.
  29.  
  30.  
  31.     PULLDOWN MENUS
  32.  
  33.  
  34.           Access the menus by holding down ALT and pressing the
  35.     highlighted letter of the desired menu.  Once activated, The
  36.     cursor keys (left/right) may be used to travel throughout
  37.     the menu system.
  38.  
  39.  
  40.     ALL POPUPS
  41.  
  42.  
  43.           The cursor keys will move the selection cursor up and
  44.     down.  For all scroll boxes, attempting to cursor past the
  45.     end of the window will cause it to scroll (if possible).
  46.     Also pressing the highlighted key will SELECT that option.
  47.  
  48.  
  49.           For menus that are linked, a character similar to >>
  50.     will appear on the right hand side.  Selecting this entry
  51.     will produce another popup just to the right of the
  52.     previous.
  53.  
  54.  
  55.     BATCH USER EDITS
  56.  
  57.  
  58.     Cursor Left/Right: Moves cursor left/right
  59.  
  60.  
  61.     Cursor Up/Down: Selects next/previous edit field.
  62.                  Field will not change if it fails the
  63.                  validation.
  64.  
  65.  
  66.     Delete: Deletes current record, system will ask
  67.                  user to confirm delete.
  68.  
  69.  
  70.     Insert: Forces library to create a new record.
  71.                  Similar to typing a unique key, this
  72.                  allows the user to create duplicate
  73.                  keys.
  74.  
  75.  
  76.     PgUp/Dn: Moves record forward one/backward one.
  77.                  Will ask to save the current record if
  78.                  there has been changes.
  79.  
  80.  
  81.     Home/End: Moves to first/last record.  Will also
  82.                  ask to save current field if necessary.
  83.  
  84.  
  85.             Also, typing a new key into the currently active index
  86.     key will cause the library to search for a match.  If found,
  87.     we may edit that record.  If not found, a new record is
  88.     created with that key.
  89.  
  90.  
  91.           In general, pressing ESC will terminate the current
  92.     action.  In some cases (i.e Edits) the system will ask for a
  93.     confirmation.  In other cases (i.e Popups) the system will
  94.     simply terminate.
  95.